

header table {
  width: 100%;
}

.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


table {
  border: 2px solid black;
  border-radius: 7PX;
  background-color:#b4f0e4;

}

body {
  background-color: #ccd1d1;
}


div.gallery {
  margin: 5px;
  border: 3px solid black;
  float: left;
text-align: center;
  width: 180px;
}

div.gallery:hover {
  border: 2px solid #black;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
	}

}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


span {
  display: inline-block;
}


table tr th a {
  font-family: Poiret One, georgia, tahoma, verdana;
  font-size: 2em;
  color: black;
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

p {
  margin-left: 10%;
  margin-right: 10%;
  font-family: Poiret One, georgia, tahoma;
}

a:visited {
  color:#666666;
}

a:hover {
    color: orange;
}

h1 {
  font-size: 3em;
  font-family:Poiret One, georgia, tahoma;
}

h3 {
  font-size: 1em;
  font-family:Poiret One, georgia, tahoma;
}

div {
	border-radius: 5px;
	border: 2px solid #3b5998;
	background-color: #BCD2EE;
  height: auto;
	width: 120px;
	margin: auto;
	text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;

 }

footer div a {

  font-family: Poiret One, tahoma, verdana;
  font-size: 1em;
  color: #3b5998;
}

